Tagged “error handling”

  1. Error Handling - The Basics

    A starting point to better understanding errors, exceptions, the difference between the two terms, and more.

    Read Post
  2. Error Handling - Throw Low / Catch High Principle

    How creating a singular point of error handling and avoiding intermediary catches can reduce bugs and make code more maintainable.

    Read Post